home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DDJMAG
/
DDJ9310.ZIP
/
DFPP03.ZIP
/
CLOCK.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-21
|
191b
|
18 lines
// --------- clock.h
#ifndef CLOCK_H
#define CLOCK_H
#include "timer.h"
class Clock {
Timer clocktimer;
public:
Clock();
void DispatchEvent();
};
#endif